home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’91 / MacsBugTool / Makefile < prev    next >
Encoding:
Makefile  |  1991-06-20  |  1.6 KB  |  82 lines  |  [TEXT/MPS ]

  1. # This makefile was produced at 10:15:19 PM on Thu, Jun 20, 1991 by
  2. # Makemake version 2.0d29 (9 Jan 90), by Rick Holzgrafe and scott douglass.
  3. # To change this Makefile edit the definition of MAKEMAKE below
  4. # and execute Make Makefile.
  5.  
  6.  
  7. MAKEMAKE = makemake ∂
  8.         -t macsbugtool ∂
  9.             macsbugtool.c Akbar:MPW:Libraries:CLibraries:stdclib.o ∂
  10.             Akbar:MPW:Libraries:Libraries:runtime.o ∂
  11.             Akbar:MPW:Libraries:Libraries:interface.o
  12.  
  13. TARGETS = macsbugtool
  14.  
  15. DOT_H =
  16.  
  17. DOT_R =
  18.  
  19. SRCS = macsbugtool.c
  20.  
  21. OBJS = macsbugtool.c.o
  22.  
  23. LIBS = Akbar:MPW:Libraries:CLibraries:stdclib.o ∂
  24.     Akbar:MPW:Libraries:Libraries:runtime.o ∂
  25.     Akbar:MPW:Libraries:Libraries:interface.o
  26.  
  27. COUNT        = Count
  28. COUNTOPTS    = 
  29. CTAGS        = Ctags
  30. CTAGSOPTS    = -p -local -update
  31. DELETE       = Delete
  32. DELETEOPTS   = -i
  33. FILES        = Files
  34. FILESOPTS    = -l
  35. LIB          = Lib
  36. LIBOPTS      = 
  37. LINK         = Link
  38. LINKOPTS     = 
  39. MAKEFILE     = Makefile
  40. PRINT        = Print
  41. PRINTOPTS    = 
  42. REZ          = Rez
  43. SETFILE      = SetFile
  44. SETFILEOPTS  = -t 'MPST' -c 'MPS '
  45.  
  46.  
  47. ROptions = -a
  48.  
  49. macsbugtool    ƒƒ {OBJS} {LIBS}
  50.     {LINK} {LINKOPTS} -o {Targ} {OBJS} {LIBS}
  51.  
  52. macsbugtool    ƒƒ {OBJS} {LIBS}
  53.     {SETFILE} {SETFILEOPTS} {Targ}
  54.  
  55.  
  56.  
  57. {MAKEFILE}    ƒ NoSuchFile
  58. NoSuchFile    ƒ
  59.     {MAKEMAKE}
  60.  
  61. clean    ƒ
  62.     {DELETE} {DELETEOPTS} {OBJS}
  63.  
  64. clobber    ƒ clean
  65.     {DELETE} {DELETEOPTS} {TARGETS}
  66.  
  67. count    ƒ
  68.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  69.  
  70. files    ƒ
  71.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS}
  72.  
  73. print    ƒ
  74.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  75.  
  76. tags    ƒ {DOT_H} {SRCS}
  77.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  78.  
  79.  
  80. macsbugtool.c.o ƒ ∂
  81.         "{CIncludes}stdio.h" "{CIncludes}string.h" "{CIncludes}types.h"
  82.